home *** CD-ROM | disk | FTP | other *** search
- ; $VER: 1.5 StopNet (01.09.96)
-
- If Exists AmiTCP:db/User-Stopnet
- AmiTCP:db/User-Stopnet
- EndIf
-
- If exists "ENV:Wirenet/UseMiami"
- ; Stop Miami
- rx "address 'MIAMI.1' 'QUIT'"
- wait 2
- Else
- ; Stop AmiTCP
- Lab KillTCP
- If `rx "Say Show(ports, AMITCP)"` EQ 0
- skip NoTCP
- EndIf
-
- rx "address AMITCP; KILL" ; Send "KILL" to AmiTCP
- Wait 2
- Skip KillTCP BACK
-
- Lab NoTCP
- EndIf
-
- Avail Flush >NIL:
-
- SetEnv NetState NoNet
-
-